This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
class CFMutableBinary | ||||
class, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
A class for core foundation data. | ||||
Notes:
Subclass of CFBinary. If the release property is true, the destructor of this class will release the data reference. | ||||
AppendCFBinary(m as CFBinary) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Appends the bytes from the given CFBinary object. | ||||
Notes:
This method may fail on low memory, e.g. on Mac OS Classic running a Carbon application with a small application memory partition size. | ||||
AppendCFBinary(m as CFBinary,len as integer) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Appends the bytes from the given CFBinary object. | ||||
Notes:
This method may fail on low memory, e.g. on Mac OS Classic running a Carbon application with a small application memory partition size. | ||||
AppendMem(m as memoryblock) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Appends the bytes from the given memoryblock. | ||||
Notes:
This method may fail on low memory, e.g. on Mac OS Classic running a Carbon application with a small application memory partition size. | ||||
AppendMem(m as memoryblock,len as integer) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Appends the bytes from the given memoryblock. | ||||
Notes:
This method may fail on low memory, e.g. on Mac OS Classic running a Carbon application with a small application memory partition size. | ||||
AppendStr(s as string) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Appends the bytes from the given string. | ||||
Notes:
This method may fail on low memory, e.g. on Mac OS Classic running a Carbon application with a small application memory partition size. | ||||
AppendStr(s as string,len as integer) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Appends the bytes from the given string. | ||||
Notes:
This method may fail on low memory, e.g. on Mac OS Classic running a Carbon application with a small application memory partition size. | ||||
Delete(pos as integer,len as integer) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Deletes bytes from a binary data object. | ||||
Notes:
This method may fail on low memory, e.g. on Mac OS Classic running a Carbon application with a small application memory partition size. | ||||
IncreaseLength(extralen as integer) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Resizes the binary data by extralen adding additional bytes. | ||||
Notes:
This method may fail on low memory, e.g. on Mac OS Classic running a Carbon application with a small application memory partition size. | ||||
ReplaceCFBinary(m as CFBinary,pos as integer,len as integer) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Replaces len bytes inside the binary data which start at position pos with the bytes from the given binary data. | ||||
ReplaceCFBinary(m as CFBinary,pos as integer,len as integer,newlen as integer) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Replaces len bytes inside the binary data which start at position pos with the bytes from the given binary data. | ||||
ReplaceMem(m as memoryblock,pos as integer,len as integer) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Replaces len bytes inside the binary data which start at position pos with the bytes from the memoryblock. | ||||
ReplaceMem(m as memoryblock,pos as integer,len as integer,newlen as integer) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Replaces len bytes inside the binary data which start at position pos with the bytes from the memoryblock. | ||||
ReplaceStr(s as string,pos as integer,len as integer) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Replaces len bytes inside the binary data which start at position pos with the bytes from the string. | ||||
ReplaceStr(s as string,pos as integer,len as integer,newlen as integer) | ||||
method, CoreFoundation | So, 21. Jul 2002 | |||
Mac OS Classic: Does nothing. | Mac OS Carbon: Works. | Windows: Does nothing. | ||
Function:
Replaces len bytes inside the binary data which start at position pos with the bytes from the string. |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.